home *** CD-ROM | disk | FTP | other *** search
/ Compendium Deluxe 2 / LSD and 17bit Compendium Deluxe - Volume II.iso / a / prog / misc / skoed1.14.lha / SkoEd / Arexx / Man.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1994-04-21  |  204 b   |  12 lines

  1. /* bring up library help on a function */
  2.    
  3. options results
  4.  
  5. address SKOED1
  6. "Get_Var(CurrWord)"
  7. word = result
  8. options
  9.  
  10. address 'COMMAND'
  11. 'run >nil: amigaguide sc:help/sc_lib.guide doc ' || word || '()'
  12.